home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gcc-263 / config / x-lynx < prev    next >
Encoding:
Text File  |  1994-07-11  |  165 b   |  7 lines

  1. # /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
  2. CC    = $(OLDCC)
  3. OLDCC    = /bin/gcc
  4.  
  5. # /bin/sh is too buggy, so use /bin/bash instead.
  6. SHELL = /bin/bash
  7.